PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocumentHeadersFooters Class / setEvenPagesHeader Method
A header object to be displayed on document's even pages.
In This Topic
    setEvenPagesHeader Method
    In This Topic
    Sets the header for even pages in the document.
    If this method is called with null, no header is displayed on even pages. When the method is called, this method is also set to the same value. If you want a different header for even pages, call this method after calling the method.
    Syntax
    public void setEvenPagesHeader( 
       PDFFlowDocumentHeader value
    )

    Parameters

    value
    A header object to be displayed on document's even pages.
    See Also